From b36244532ec7e340dec933308c29621344ded1db Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 4 Sep 2009 00:29:20 +0000 Subject: [PATCH] Removed old comment and depreciated tags --- includes/ImagePage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 6c870063c9..d5f603eb5c 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -861,7 +861,6 @@ class ImageHistoryList { if( $iscur || !$file->userCan(File::DELETED_RESTRICTED) ) { $del = wfMsgHtml( 'rev-delundel' ); } else { - // If the file was hidden, link to sha-1 list( $ts, $name ) = explode( '!', $img, 2 ); $del = $this->skin->link( $revdel, wfMsgHtml( 'rev-delundel' ), array(), @@ -876,7 +875,7 @@ class ImageHistoryList { if( $file->isDeleted(File::DELETED_RESTRICTED) ) $del = "$del"; } - $row .= "$del"; + $row .= "$del"; } $row .= ''; } -- 2.20.1